home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / rocktry3.dir / 00016_Script_16 < prev    next >
Text File  |  1994-11-29  |  223b  |  12 lines

  1. on exitFrame
  2.   set the cursor of sprite 3 to 0
  3.   set the cursor of sprite 4 to 0
  4.   set the cursor of sprite 20 to 0
  5.   updateStage
  6.   go to frame "TCHWall" of movie "entwall"
  7.   
  8. end
  9.  
  10. on enterFrame
  11.   updateStage
  12. end